Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 10 - Group Objects / Group Objects Reference
Group Objects Routines / Managing Groups


Q3Group_EmptyObjectsOfType

You can use the Q3Group_EmptyObjectsOfType function to remove all objects of a particular type from a group.

TQ3Status Q3Group_EmptyObjectsOfType (
TQ3GroupObject group, 
TQ3ObjectType isType);
group
A group.
isType
An object type.
DESCRIPTION
The Q3Group_EmptyObjectsOfType function disposes of every object contained in the group specified by the group parameter that has the type specified by the isType parameter.

ERRORS
kQ3ErrorInvalidObject


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996